projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabda42
)
* lisp/emacs-lisp/bytecomp.el: Fix native re-compilation (bug#47161).
author
Andrea Corallo
<akrl@sdf.org>
Mon, 15 Mar 2021 15:46:16 +0000
(16:46 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 15 Mar 2021 15:46:16 +0000
(16:46 +0100)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 921a25b35c9dc5dbd229709fc9876df0b60f5bf9..b04286c34aecf53a1f5e34a2322340a6a8a60d52 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-5423,6
+5423,7
@@
and corresponding effects."
;;
(eval-when-compile
(or (byte-code-function-p (symbol-function 'byte-compile-form))
+ (subr-native-elisp-p (symbol-function 'byte-compile-form))
(assq 'byte-code (symbol-function 'byte-compile-form))
(let ((byte-optimize nil) ; do it fast
(byte-compile-warnings nil))